projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f26b18
)
(enable-command): Remove spurious assignment of free variable `foo'.
author
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 21:25:06 +0000
(21:25 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 21:25:06 +0000
(21:25 +0000)
lisp/novice.el
patch
|
blob
|
history
diff --git
a/lisp/novice.el
b/lisp/novice.el
index 2ddbbac325052bd2df0d34a242220be1d2071ba9..b874754920959f6d198d31cfe1e17efed809da13 100644
(file)
--- a/
lisp/novice.el
+++ b/
lisp/novice.el
@@
-99,7
+99,6
@@
to future sessions."
;; Must have been disabled by default.
(goto-char (point-max))
(insert "\n(put '" (symbol-name command) " 'disabled nil)\n"))
- (setq foo (buffer-modified-p))
(save-buffer)))
;;;###autoload